Book Contents

Example: Nested If-Then-Else logic 2

This expression:

If statement1 Then

If statement2 Then value1

Else value2

Else value3

Has this interpretation:

See also

Example: Nested If-Then-Else logic 1